projects
/
openldap.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c898f3a
)
set-maintainer-name
author
Debian OpenLDAP Maintainers
<pkg-openldap-devel@lists.alioth.debian.org>
Thu, 25 Jul 2019 15:32:00 +0000
(16:32 +0100)
committer
Ryan Tandy
<ryan@nardis.ca>
Thu, 25 Jul 2019 15:32:00 +0000
(16:32 +0100)
Gbp-Pq: Name set-maintainer-name
build/mkversion
patch
|
blob
|
history
diff --git
a/build/mkversion
b/build/mkversion
index 6b6a2e4f114a7db0bd49da5838326c6e5d16fe7e..73453e82b5f39176147e5c15f176a0bd28337ee3 100755
(executable)
--- a/
build/mkversion
+++ b/
build/mkversion
@@
-50,12
+50,7
@@
if test $# != 1 ; then
fi
APPLICATION=$1
-# Reproducible builds set SOURCE_DATE_EPOCH, want constant strings
-if [ -n "${SOURCE_DATE_EPOCH}" ]; then
- WHOWHERE="openldap"
-else
- WHOWHERE="$USER@$(uname -n):$(pwd)"
-fi
+WHOWHERE="Debian OpenLDAP Maintainers <pkg-openldap-devel@lists.alioth.debian.org>"
cat << __EOF__
/* This work is part of OpenLDAP Software <http://www.openldap.org/>.